func runtime.notewakeup

21 uses

	runtime (current package)
		lock_futex.go#L139: func notewakeup(n *note) {
		mgc.go#L1274: 	notewakeup(&work.bgMarkReady)
		proc.go#L1452: 		notewakeup(&sched.sysmonnote)
		proc.go#L1468: 			notewakeup(&mp.park)
		proc.go#L1864: 		notewakeup(&sched.safePointNote)
		proc.go#L2421: 			notewakeup(&newmHandoff.wake)
		proc.go#L2649: 	notewakeup(&nmp.park)
		proc.go#L2690: 			notewakeup(&sched.stopnote)
		proc.go#L2699: 			notewakeup(&sched.safePointNote)
		proc.go#L2807: 	notewakeup(&mp.park)
		proc.go#L2832: 		notewakeup(&sched.stopnote)
		proc.go#L4071: 		notewakeup(&sched.sysmonnote)
		proc.go#L4088: 			notewakeup(&sched.stopnote)
		proc.go#L4307: 		notewakeup(&sched.sysmonnote)
		proc.go#L4343: 		notewakeup(&sched.sysmonnote)
		proc.go#L5485: 			notewakeup(&mp.park)
		profbuf.go#L388: 			notewakeup(&b.wait)
		profbuf.go#L415: 			notewakeup(&b.wait)
		rwmutex.go#L73: 				notewakeup(&w.park)
		rwmutex.go#L116: 		notewakeup(&reader.park)
		sigqueue.go#L116: 				notewakeup(&sig.note)